CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ring buffer

搜索资源列表

  1. buffertest

    0下载:
  2. this ring buffer sample.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10800
    • 提供者:yokkie
  1. as1

    0下载:
  2. FREESCALE 16位单片机片MC9S12DG128的串口驱动程序,环行缓冲区大小可设置,支持半双工RS485通信,可调用用户事件-SCM MC9S12DG128 Serial Driver, Ring buffer size can be set up to support half-duplex RS485 communications, users can call the incident
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:8050
    • 提供者:冯树德
  1. uc-app-test

    0下载:
  2. 本人写的ATMEL 128 UC/OSII移植程序,有带环型缓冲的键盘驱动,与彩色液晶显示。多任务实验TASK包含在内。-I write ATMEL 128 UC / OSII transplantation procedures, a ring buffer zone keyboard-driven, and color LCD. Multi-task experimental TASK included.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:111394
    • 提供者:倪耶杰
  1. Modbus_ASCII

    1下载:
  2. 44B0的串口接收发送程序 **** 现在共享这样的代码有些过时了,但这是我参考很多例子才编写出来的。集合了很多优点:采用环形缓冲机制;读数据时不必关接收中断(没有几个人能实现的),所以不会存在数据丢失的可能;以数据帧为单位接收发送;能够缓冲几千个数据帧(由FrameLen定义)。注:本来是为Modbus协议而编写的,后来简化了校验和Modbus规范。-44B0 receiving this procedure **** now sharing some of the outdated code
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:3255
    • 提供者:jackychen
  1. vrb-0.5.1.tar

    0下载:
  2. The Virtual Ring Buffer (VRB) is an implementation of a character FIFO ring buffer.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:41106
    • 提供者:刘少麟
  1. lzss_huf

    0下载:
  2. This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially co
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3660
    • 提供者:冰冰
  1. ringbuffer_doc.rar

    0下载:
  2. 所有程序都可用的环形缓冲区设计结构,适用于各种平台,各种程序,All programs are available to design a ring buffer structure for various platforms, various procedures
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:5124
    • 提供者:dannys
  1. xunhuan

    0下载:
  2. 创建一个环形缓冲区,可以简单实现数据的写入读出-Create a ring buffer, you can simply write data read out
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:5404
    • 提供者:asfds
  1. buff

    0下载:
  2. 简易环形缓冲区,可以直接实用在简单的串行通讯中-Simple ring buffer can be directly useful in a simple serial communication
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:1201
    • 提供者:唐享华
  1. ringbuffer

    0下载:
  2. 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问。-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. Ring buffer is a FIFO buffer of the cycle can
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:815
    • 提供者:angle
  1. testringbmp

    0下载:
  2. 附件是一个图像的环形缓冲类,利用它,可以高效的处理或显示图片,很优秀,我感觉利用它可以在屏幕上每秒画50张左右的图像。-The attachment is an image of the ring buffer class, take advantage of it, can be efficient processing or display pictures, very good, and I feel that it can draw about 50 images per second
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-22
    • 文件大小:28812
    • 提供者:whc
  1. rngLib

    0下载:
  2. 环行buffer的实现以及操作函数,主要包括环行buffer的内存申请,释放,读取数据和写入数据,还有返回该buffer的一些属性参数-Circular buffer and the operation of the realization of function, including memory ring buffer to apply, release, read data and write data, as well as the return of some of the buffe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:2193
    • 提供者:Tonysun
  1. BufList

    0下载:
  2. 环形缓冲队列,带有Event激活,多入单出,用于线程间通信。-Ring buffer queue with Event-activated, multi-income single out for inter-thread communications.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:4854
    • 提供者:neil
  1. fdsdf

    0下载:
  2. 支持阻塞与非阻塞模型且线程安全的环形缓冲的设计与实现-In support of obstruction and non-blocking model and thread-safe ring buffer Design and Implementation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:14970
    • 提供者:邹宇鹏
  1. ARM_EINT_uart

    0下载:
  2. 在LPC2106上实现并测试过的代码,用串口收到的数据回显到串口(通过环行缓存实现)并将串口发送的接口写成了printf的形式 -To achieve the LPC2106 and tested code, serial data received echo to the serial port (via the ring buffer to achieve) and serial interface to send written in the form of a printf
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:81055
    • 提供者:fgggfh
  1. circlequeuereference

    0下载:
  2. 环形缓冲区的读写操作说明。-Ring buffer read and write instructions.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:18148
    • 提供者:莱克
  1. cdev

    0下载:
  2. 在linux下,实现简单的字符驱动,并添加Ring Buffer test程序,实现6个线程同时工作-Character device driver in test program, using six threads to read and write signal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:3392
    • 提供者:佑礼
  1. 51_uart_fifo51

    0下载:
  2. 51_uart_fifo51 串口收发程序源代码 环形缓冲区实现-Serial transceivers to achieve ring buffer source code
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:48060
    • 提供者:willigo
  1. 51C

    0下载:
  2. 实现SJA1000T内部的接收缓冲区只有64B ,所以在程序中定义了容纳32个Frame结构体数组can- rbuf [ ]并组成环形缓冲区。同时也定义了相同大小的数组eth- rbuf [ ]组成以太网接收的环形缓冲区。 -Internal receive buffer to achieve SJA1000T only 64B, it is defined in the program structure to accommodate an array of Frame 32 can-rbuf
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:3294
    • 提供者:周伦
  1. driver_usart

    0下载:
  2. Driver UASRT with ring-buffer, macros for calculating BAUD RATE
  3. 所属分类:SCM

    • 发布日期:2017-04-24
    • 文件大小:11607
    • 提供者:Anatoly
« 1 23 4 5 6 »
搜珍网 www.dssz.com